hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IHipFileItf
hip
api
filesystem
hipfs
Undocumented in source.
interface
IHipFileItf {
bool
open
(string path, FileMode mode);
int
read
(void* buffer, ulong count);
int
seek
(long count, int whence);
ulong
getSize
();
void
close
();
}
Members
Functions
close
void
close
()
Undocumented in source.
getSize
ulong
getSize
()
Undocumented in source.
open
bool
open
(string path, FileMode mode)
Undocumented in source.
read
int
read
(void* buffer, ulong count)
Undocumented in source.
seek
int
seek
(long count, int whence)
Whence is the same from stdio
Meta
Source
See Implementation
hip
api
filesystem
hipfs
enums
FileMode
SEEK_SET
interfaces
IHipDirectoryItf
IHipFSPromise
IHipFileItf
IHipFileSystemInteraction